home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMCDDBCHOICE / TFRMCDDBCHOICE.txt
Text File  |  1998-09-03  |  3KB  |  146 lines

  1. object frmCDDBChoice: TfrmCDDBChoice
  2.   Left = 316
  3.   Top = 199
  4.   Width = 419
  5.   Height = 312
  6.   Caption = 'CDDB: Choose the correct CD'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 234
  19.     Width = 411
  20.     Height = 32
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Panel2: TPanel
  25.       Left = 242
  26.       Top = 0
  27.       Width = 169
  28.       Height = 32
  29.       Align = alRight
  30.       BevelOuter = bvNone
  31.       TabOrder = 0
  32.       object btnOK: TButton
  33.         Left = 4
  34.         Top = 4
  35.         Width = 75
  36.         Height = 25
  37.         Caption = '&OK'
  38.         Default = True
  39.         Enabled = False
  40.         ModalResult = 1
  41.         TabOrder = 0
  42.       end
  43.       object btnCancel: TButton
  44.         Left = 88
  45.         Top = 4
  46.         Width = 75
  47.         Height = 25
  48.         Caption = '&Cancel'
  49.         ModalResult = 2
  50.         TabOrder = 1
  51.       end
  52.     end
  53.   end
  54.   object lvChoices: TListView
  55.     Left = 0
  56.     Top = 34
  57.     Width = 411
  58.     Height = 200
  59.     Align = alClient
  60.     OnClick = lvChoicesClick
  61.     OnDblClick = lvChoicesDblClick
  62.     Columns = <
  63.       item
  64.         Caption = 'Category'
  65.         Width = 80
  66.       end
  67.       item
  68.         Caption = 'Disc ID'
  69.         Width = 90
  70.       end
  71.       item
  72.         Caption = 'Title'
  73.         Width = 220
  74.       end>
  75.     ReadOnly = True
  76.     HideSelection = False
  77.     RowSelect = True
  78.     TabOrder = 1
  79.     ViewStyle = vsReport
  80.   end
  81.   object StatusBar: TStatusBar
  82.     Left = 0
  83.     Top = 266
  84.     Width = 411
  85.     Height = 19
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     Panels = <
  92.       item
  93.         Width = 50
  94.       end>
  95.     ParentFont = False
  96.     SimplePanel = False
  97.   end
  98.   object Panel3: TPanel
  99.     Left = 0
  100.     Top = 0
  101.     Width = 411
  102.     Height = 34
  103.     Align = alTop
  104.     TabOrder = 3
  105.     object Label1: TLabel
  106.       Left = 1
  107.       Top = 1
  108.       Width = 409
  109.       Height = 32
  110.       Align = alClient
  111.       AutoSize = False
  112.       Caption = 
  113.         'The CDDB database could not produce an exact match. Please choos' +
  114.         'e the correct CD.'
  115.       WordWrap = True
  116.     end
  117.   end
  118.   object SaveSettings: TgbSaveSettings
  119.     IniFileName = 'RCCD'
  120.     SectionName = 'CDDBChoice Form'
  121.     RegistryKey = '\Software\GaJITS\'
  122.     Left = 140
  123.     Top = 192
  124.   end
  125.   object gbMinMax1: TgbMinMax
  126.     MinMaxConstraints.MaxSizeX = 0
  127.     MinMaxConstraints.MaxSizeY = 0
  128.     MinMaxConstraints.MaxPositionX = 0
  129.     MinMaxConstraints.MaxPositionY = 0
  130.     MinMaxConstraints.MinTrackSizeX = 419
  131.     MinMaxConstraints.MinTrackSizeY = 312
  132.     MinMaxConstraints.MaxTrackSizeX = 0
  133.     MinMaxConstraints.MaxTrackSizeY = 0
  134.     MinMaxConstraints.ApplyMaxSizeX = False
  135.     MinMaxConstraints.ApplyMaxSizeY = False
  136.     MinMaxConstraints.ApplyMaxPositionX = False
  137.     MinMaxConstraints.ApplyMaxPositionY = False
  138.     MinMaxConstraints.ApplyMinTrackSizeX = True
  139.     MinMaxConstraints.ApplyMinTrackSizeY = True
  140.     MinMaxConstraints.ApplyMaxTrackSizeX = False
  141.     MinMaxConstraints.ApplyMaxTrackSizeY = False
  142.     Left = 204
  143.     Top = 92
  144.   end
  145. end
  146.